Find Documents by Search Term Examples for MySQL

Below are examples on how to find documents by Search Term using the MySQL database:

insurance

Will return documents that contain the search term insurance.

auto home 

Will return documents that contain auto or home.

+auto +home

Will return documents that contain auto and home.

+insurance -auto

Will return document records that contain insurance and not auto

grocer*

Will return documents that contain the term, beginning with grocer.

For more examples and additional usage information, please see the MySQL Reference Manual.

Notes on special characters:

Additional Information: